home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TCAPTUREWINDOW1 / TCAPTUREWINDOW1.txt
Text File  |  1997-01-05  |  2KB  |  87 lines

  1. object CaptureWindow1: TCaptureWindow1
  2.   Left = 2
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Capture Window'
  6.   ClientHeight = 113
  7.   ClientWidth = 282
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 67
  20.     Height = 13
  21.     Caption = 'Window Class'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 144
  25.     Top = 16
  26.     Width = 62
  27.     Height = 13
  28.     Caption = 'Window Title'
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 265
  34.     Height = 50
  35.     Shape = bsFrame
  36.   end
  37.   object Edit1: TEdit
  38.     Left = 16
  39.     Top = 32
  40.     Width = 121
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object Edit2: TEdit
  45.     Left = 144
  46.     Top = 32
  47.     Width = 121
  48.     Height = 21
  49.     TabOrder = 1
  50.   end
  51.   object Button1: TButton
  52.     Left = 200
  53.     Top = 64
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Add'
  57.     TabOrder = 2
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 120
  62.     Top = 64
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'C&ancel'
  66.     TabOrder = 3
  67.     OnClick = Button2Click
  68.   end
  69.   object StatusBar1: TStatusBar
  70.     Left = 0
  71.     Top = 94
  72.     Width = 282
  73.     Height = 19
  74.     Panels = <>
  75.     SimplePanel = True
  76.     SimpleText = 'Select any Window, then click Add, or Cancel to exit.'
  77.     SizeGrip = False
  78.   end
  79.   object Timer1: TTimer
  80.     Enabled = False
  81.     Interval = 500
  82.     OnTimer = Timer1Timer
  83.     Left = 8
  84.     Top = 64
  85.   end
  86. end
  87.